3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next

Matrices

typedef Float32 Matrix3x3               [3][3];
typedef Float32 Matrix4x4               [4][4];
typedef Float64 DMatrix3x3              [3][3];
typedef Float64 DMatrix4x4              [4][4];

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next